home *** CD-ROM | disk | FTP | other *** search
- /* SCCS Id: @(#)rect.h 3.1 90/22/02 */
- /* Copyright (c) 1990 by Jean-Christophe Collet */
- /* NetHack may be freely redistributed. See license for details. */
-
- #ifndef RECT_H
- #define RECT_H
-
- typedef struct {
- xchar lx,ly;
- xchar hx,hy;
- } NhRect;
-
- #endif /* RECT_H */
-